Learning ServiceNow Second Edition by Unknown

Learning ServiceNow Second Edition by Unknown

Author:Unknown
Language: eng
Format: epub
Publisher: Packt Publishing


Server-side APIs

Just like on the client, scripts that execute on the server have a particular set of APIs that they have access to. The server-side API suite is broader than the client-side API, because making an API available on the client requires sending code from the server to the client, which can slow page load times. The server has an extremely low-latency connection to the database, which makes more robust scripting possible and much more efficient.

Tip

There are two sets of APIs: scoped, and legacy. Scoped APIs are mostly a subset of the legacy API. They are the only APIs available within scoped applications, and do have some limitations. These limitations, however, are becoming fewer and fewer with every new version of ServiceNow. Most of what you'll likely do within ServiceNow will be in the Global scope, so you won't need to worry too much about this difference.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.